Skip to content

Conversation

@kastiglione
Copy link

@kastiglione kastiglione commented Jul 10, 2025

Display a "suspended" flag for Tasks in that state. The other main Task states, "enqueued", "running", and "complete", are already displayed.

From Swift's Task.h:

/// A task can have the following states:
///   * suspended: In this state, a task is considered not runnable
///   * enqueued: In this state, a task is considered runnable
///   * running on a thread
///   * completed

rdar://148663671

@kastiglione kastiglione requested a review from a team as a code owner July 10, 2025 20:50
@kastiglione
Copy link
Author

swiftlang/swift#82968
@swift-ci test

@kastiglione
Copy link
Author

@swift-ci test

3 similar comments
@kastiglione
Copy link
Author

@swift-ci test

@kastiglione
Copy link
Author

@swift-ci test

@kastiglione
Copy link
Author

@swift-ci test

@kastiglione
Copy link
Author

@swift-ci test

@adrian-prantl adrian-prantl merged commit d57002f into swift/release/6.2 Oct 21, 2025
3 checks passed
@adrian-prantl adrian-prantl deleted the dl/lldb-Include-suspended-flag-for-Tasks branch October 21, 2025 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants